Final results should be alphabetically sorted#253
Final results should be alphabetically sorted#253kmiller68 wants to merge 1 commit intoWebKit:mainfrom
Conversation
Right now the results end in a reverse alphabetically sorted order. This looks weird. Ideally we would just change the order that we run tests but I worry that will change the results in a non-trivial way (although I didn't try directly). In future JetStream versions we should revert this and sort the tests in the other direction.
✅ Deploy Preview for webkit-jetstream-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
I'd still be happy to change the order of execution to alphabetical. If this causes a big change in score for a particular line-item on any engine, let's investigate. (Part of the discussion around iteration sizes was to not be so dependent, e.g., on GC timing, so if we still are, I'd rather know it.) |
|
+1 to changing the underlying order |
|
Ok I'll give changing the order a shot and see what happens |
Right now the results end in a reverse alphabetically sorted order. This looks weird. Ideally we would just change the order that we run tests but I worry that will change the results in a non-trivial way (although I didn't try directly).
In future JetStream versions we should revert this and sort the tests in the other direction.